github.com/klauspost/compress/zstd.history.huffTree (field)

10 uses

	github.com/klauspost/compress/zstd (current package)
		blockdec.go#L390: 		huff := hist.huffTree
		blockdec.go#L434: 		huff := hist.huffTree
		blockdec.go#L450: 		hist.huffTree = huff
		history.go#L14: 	huffTree *huff0.Scratch
		history.go#L43: 	h.huffTree = nil
		history.go#L49: 	if h.huffTree != nil {
		history.go#L50: 		if h.dict == nil || h.dict.litEnc != h.huffTree {
		history.go#L51: 			huffDecoderPool.Put(h.huffTree)
		history.go#L52: 			h.huffTree = nil
		history.go#L67: 	h.huffTree = dict.litEnc